Nevron .NET Vision
Nevron.GraphicsCore Namespace / NAdvancedGradientFillStyle Class / NAdvancedGradientFillStyle Constructor / NAdvancedGradientFillStyle Constructor(NColor,NAdvancedGradientPoint[])
The background color of the gradient.
An array of points which interpolate this advanced gradient.


In This Topic
    NAdvancedGradientFillStyle Constructor(NColor,NAdvancedGradientPoint[])
    In This Topic
    Creates a new advanced gradient based on the background color and specified points.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal back As NColor, _
       ByVal points() As NAdvancedGradientPoint _
    )
    'Usage
     
    
    Dim back As NColor
    Dim points() As NAdvancedGradientPoint
     
    Dim instance As New NAdvancedGradientFillStyle(back, points)
    public NAdvancedGradientFillStyle( 
       NColor back,
       NAdvancedGradientPoint[] points
    )

    Parameters

    back
    The background color of the gradient.
    points
    An array of points which interpolate this advanced gradient.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also